home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / BKISSSRC.ZIP / BKISSSRC.NFO next >
Text File  |  1994-02-22  |  5KB  |  106 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                            ║
  3. ║        ██████▄ ██   ██ ███████ ▄██████ ▄█████▄             ██              ║
  4. ║        ██▄▄▄█▀ ██▄ ▄██   ▐█▌   ██▄▄▄▄  ██▄▄▄▄            ▄▄██▄▄            ║
  5. ║        ██▀▀▀██  ▀███▀    ▐█▌   ██▀▀▀▀   ▀▀▀▀██          ██▀██▀▀            ║
  6. ║        ██████▀   ▐█▌     ▐█▌   ▀██████ ▀█████▀          ▀███▀              ║
  7. ║                                                                            ║
  8. ║                     ██  ▄██ ▐██▌ ▄█████▄ ▄█████▄ ▄██████ ▄█████▄           ║
  9. ║                     ██▄██▀   ██  ██▄▄▄▄  ██▄▄▄▄  ██▄▄▄▄  ██▄▄▄▄            ║
  10. ║                     ██▀██▄   ██   ▀▀▀▀██  ▀▀▀▀██ ██▀▀▀▀   ▀▀▀▀██           ║
  11. ║                     ██  ▀██ ▐██▌ ▀█████▀ ▀█████▀ ▀██████ ▀█████▀           ║
  12. ║                                                                            ║
  13. ║                               the source!                                  ║
  14. ║                                                                            ║
  15. ║────────────────────────────────────────────────────────────────────────────║
  16. ║                                                                            ║
  17. ║                  _______  /                                                ║
  18. ║                     /    /      ┌──┌┐  │─┬─┌──┌─┐┌─┐┌─┐o┌──┌──┌──          ║
  19. ║                    /    /       ├─ │└─┐│ │ ├─ ├┬┘├─┘├┬┘│└─┐├─ └─┐          ║
  20. ║              /____/    /_____   └──│  └┘ │ └──│ \│  │ \│──┘└────┘          ║
  21. ║                                                                            ║
  22. ║                                                                            ║
  23. ╚════════════════════════════════════════════════════════════════════════════╝
  24.  
  25.     Okay.  Here is the source that I promised.  During the week that had
  26. passed since the original release of the demo, I have made a few minor
  27. changes:
  28.  
  29.     First of all, I fixed a somewhat minor bug in JLIBHOST (opens up a
  30. JLIB and then executes a program that can be contained in the JLIB while
  31. running under a handler that allows transparent access of all files in the
  32. JLIB).  The bug modified the flags accidently after returning from the
  33. execute function.  This meant that if there was an error trying to spawn to
  34. the program, there would be no signal that an error had happened at all.
  35. For some people, this meant that if there was insufficient memory (or some
  36. other problem) trying to start the demo, they would be returned to DOS
  37. with no error message at all!
  38.  
  39.     Second, I fixed a couple of tiny typos in the readme file that goes
  40. with the demo.
  41.  
  42.     Third, I modified the credits section to list one of the people credited
  43. as "Gavin Scarman" instead of simply "Gavin" (Sorry!)  I have also heard
  44. of a case where this part of the demo does not do page flipping correcly
  45. (page 0 is shown all the time?) and so that part seems very jerky.  I do
  46. not know what is causing it at this moment because it uses the same method
  47. of doing page flipping in other parts and there are no problems with those
  48. parts on that system.
  49.  
  50.     Note:  I have had reports from two people that they could not get the
  51. demo to start when EMM386 was loaded.  (the execute inside JLIBHOST would
  52. fail and they would be returned to DOS without an error message because of
  53. the first bug I mentioned)  I don't think the conflict with EMM386 has been
  54. solved yet, but at least an error message will be displayed now.
  55.  
  56.     Also, in the sinus bobs parts--I had to borrow the major calculation
  57. parts from the Fake Demo because I somehow screwed up my version of it while
  58. I was trying to 'optimize' it at the last moment.  I didn't keep a backup
  59. of that part before I started modifying it either.  Oh well!
  60.  
  61.     If you want to try compiling the demo, make sure that the programs in
  62. the 'MISC.!!!' directory are in your path.  You'll also need PKZIP, PKLITE,
  63. TASM, and TLINK.  After you have that all ready, you can just change into
  64. each directory and type 'MAKE' to compile that part.  Then when all the
  65. sections are done, type 'MAKE' from the main directory and the demo will be
  66. all bound together and the zip file will be created.
  67.  
  68.     Don't forget that each section will remain in graphics mode after it is
  69. finished, so if you're running each part separately from the DOS prompt and
  70. you're left with a blank screen, don't panic, just reset your monitor back
  71. to text mode.  This can be accomplished by typing "MODE CO80" or by changing
  72. the texmode variable located at the beginning of each module to a non-zero
  73. value and then recompiling.
  74.  
  75.     Remember, you can use the JLIB file system in your own productions if
  76. you like.  I think it's fairly bug-free right now, but if you do happen to
  77. find anything, please tell me.  If you have any problems at all, please
  78. feel free to write me.
  79.  
  80. I can reached via Snail-mail at:
  81.  
  82.         Jeff Lawson
  83.         1893 Kaweah Drive
  84.         Pasadena, CA 91105-2174
  85.         USA
  86.  
  87. or through E-mail at:
  88.  
  89.         haroldf@rcf.usc.edu
  90.  
  91. also via phone at:
  92.  
  93.         (213) 258-5604
  94.  
  95. or (if previous line is busy):
  96.  
  97.         (213) 258-4264
  98.  
  99.  
  100. Although I'm not asking any money for it, I'm aware that there are people who
  101. like to send money anyways.  If you happen to be one of these types of people,
  102. feel free to contact me!  :)
  103.  
  104.  
  105. Thanks for downloading this!
  106.